home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / opt / pentoo / scripts / kismetauto.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  2006-05-14  |  243b  |  9 lines

  1. #!/bin/bash
  2.  
  3. echo "Attempting to autoconfigure Kismet"
  4. echo "Running /usr/local/sbin/monitor"
  5. monitor
  6. echo _"If it failed, you can edit the /etc/kismet.conf and figure"
  7. read -t 5 -p "out the right capure source as they are listed" toto
  8. kismet
  9.